object frmAbout: TfrmAbout Left = 245 Top = 169 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 154 ClientWidth = 264 Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 49 Height = 49 Center = True Picture.Data = {} end object lblAppName: TLabel Left = 60 Top = 8 Width = 133 Height = 33 AutoSize = False Caption = 'Drummer' Font.Color = clBlack Font.Height = -25 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object Label2: TLabel Left = 8 Top = 57 Width = 249 Height = 13 AutoSize = False Caption = 'Copyright 1997 by Alexander J. Fanti' Transparent = True end object lblAppSN: TLabel Left = 8 Top = 76 Width = 249 Height = 13 AutoSize = False Caption = 'SN' Transparent = True end object lblMessage: TLabel Left = 8 Top = 96 Width = 249 Height = 15 AutoSize = False Caption = 'Thank you for registering this program.' Transparent = True WordWrap = True end object lblVersion: TLabel Left = 64 Top = 40 Width = 121 Height = 13 AutoSize = False Caption = 'Version' end object btnOk: TBitBtn Left = 197 Top = 15 Width = 60 Height = 40 TabOrder = 0 OnClick = btnOkClick Kind = bkOK end object memoMessage: TMemo Left = 7 Top = 98 Width = 247 Height = 46 Lines.Strings = ( 'This is an unregistered shareware program.' 'Everything works except the MIDI export ' 'capability. Registration costs $30 and ' 'basically gets you the ability to export songs ' 'and patterns to a MIDI (type 0) file.' '' 'Thank you for using this program.' '' 'To register, contact the author at:' 'afanti@soc.umass.edu') ScrollBars = ssVertical TabOrder = 1 Visible = False end end